-
Notifications
You must be signed in to change notification settings - Fork 2
Support arm64 runners and fix caching #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Totktonada
merged 14 commits into
master
from
Totktonada/fix-available-version-for-arm64
Aug 4, 2025
Merged
Support arm64 runners and fix caching #63
Totktonada
merged 14 commits into
master
from
Totktonada/fix-available-version-for-arm64
Aug 4, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Steps: ```shell $ npx npm-check-updates -u ``` Part of #61
Steps: ```shell $ npm install $ npm update ``` Part of #61
Run `npm run pre-checkin` after dependency changes in previous commits. Fixes #61
Follows up #61
GitHub doesn't support Ubuntu Focal runners anymore. actions/runner-images#11101
It is EOL and the jobs are failing with the following errors: > E: The repository 'http://deb.debian.org/debian buster Release' does > not have a Release file. > E: The repository 'http://deb.debian.org/debian-security > buster/updates Release' does not have a Release file. > E: The repository 'http://deb.debian.org/debian buster-updates > Release' does not have a Release file.
We have no packages built against Ubuntu Jammy (22.04) for tarantool 2.4-2.9, while the previous Ubuntu version is not supported anymore by GitHub hosted runners. It is problematic to test installation of these versions in CI. In fact, these versions are not supported for a long time, so let's just drop them from the testing.
We have no 1.10 builds for Ubuntu Noble. Particular tarantool version is not important for this testing scenario, so use 2.11 instead.
We have no 1.10 builds for Ubuntu Noble (24.04). Let's use Ubuntu Jammy for these tests.
We have no 2.10 builds for Ubuntu Noble (24.04). Let's use 2.11 instead. NB: 2.11 builds exists for Ubuntu Noble since 2.11.6.
grafin
approved these changes
Aug 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing all this! LGTM.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also, drop 20.04 runners in CI, add 24.04 ones, update tarantool versions in CI, update action dependencies, take architecture into account.
The main outcomes:
Fixes #60
Fixes #61
Fixes #62